Adwaita: minor fixes
authorLapo Calamandrei <calamandrei@gmail.com>
Tue, 8 Jul 2014 19:33:48 +0000 (21:33 +0200)
committerLapo Calamandrei <calamandrei@gmail.com>
Tue, 8 Jul 2014 19:33:48 +0000 (21:33 +0200)
gtk/resources/theme/Adwaita/_common.scss
gtk/resources/theme/Adwaita/gtk-contained-dark.css
gtk/resources/theme/Adwaita/gtk-contained.css

index a68a115b411e404892ef516c066af3d89f7c3084..cdf07841d27a74414b661bf90ece73c6c6187dcb 100644 (file)
@@ -917,6 +917,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
   background-color: $base_color;
   //border: 1px solid $borders_color;
   .menuitem {
+    text-shadow: none;
     padding: 4px;
     &:hover {
       color: $selected_fg_color;
@@ -932,7 +933,7 @@ GtkTreeView.view.progressbar { //Progressbar in treeview cells
     }
     //submenu indicators
     &.arrow { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic'); }
-    &.arrow:dir(rtl) { -gtk-icon-source: -gtk-icontheme('pan-end-symbolic-rtl'); }
+    &.arrow:dir(rtl) {-gtk-icon-source:-gtk-icontheme('pan-end-symbolic-rtl'); }
   }
 }
 
@@ -2190,7 +2191,7 @@ GtkColorChooserWidget #add-color-button {
  * Misc *
  ********/
 
-.scale-popup .button { 
+.scale-popup .button { // +/- buttons on GtkVolumeButton popup
   padding: 6px;
   &:hover {
     @extend %undecorated_button;
@@ -2202,6 +2203,8 @@ GtkColorChooserWidget #add-color-button {
   &:backdrop:insensitive { @extend %undecorated_button; }
 }
 
+GtkVolumeButton.button { padding: 8px; }
+
 /**********************
  * Window Decorations *
  *********************/
index c3590129f2c782bd936aef6f05f33e609e118175..fa5118dc288f272cc8a11119ad76177efdfa190c 100644 (file)
@@ -1075,6 +1075,7 @@ GtkTreeView.view.progressbar {
   padding: 0px;
   background-color: #292929; }
   .menu .menuitem {
+    text-shadow: none;
     padding: 4px; }
     .menu .menuitem:hover {
       color: white;
@@ -2800,6 +2801,9 @@ GtkColorChooserWidget #add-color-button {
     background-color: rgba(238, 238, 236, 0.1);
     border-radius: 4px; }
 
+GtkVolumeButton.button {
+  padding: 8px; }
+
 /**********************
  * Window Decorations *
  *********************/
index 4bd70423342a88415758a3932ce95cd508b6241b..0dfca69016e2c337639e6f4621c65067f6c72db1 100644 (file)
@@ -1068,6 +1068,7 @@ GtkTreeView.view.progressbar {
   padding: 0px;
   background-color: white; }
   .menu .menuitem {
+    text-shadow: none;
     padding: 4px; }
     .menu .menuitem:hover {
       color: white;
@@ -2792,6 +2793,9 @@ GtkColorChooserWidget #add-color-button {
     background-color: rgba(46, 52, 54, 0.1);
     border-radius: 4px; }
 
+GtkVolumeButton.button {
+  padding: 8px; }
+
 /**********************
  * Window Decorations *
  *********************/